.index_left {
  float: left;
  width: 600px;
  margin-right: 40px;
  overflow: hidden;
}
.index_right {
  float: left;
  width: 560px;
  overflow: hidden;
}
/* 栏目标题内容 start */
.nav_main {
  border-bottom: 1px solid #eef2fa;
  height: 47px;
}
.nav_main .nav {
  float: left;
}
.nav_main .nav li {
  float: left;
  width: 100px;
  margin-left: 40px;
  text-align: center;
}
.nav_main .nav li a {
  color: #222222;
  font-size: 24px;
}
.nav_main .nav :first-child {
  margin-left: 0;
}
.nav_main .nav .on a {
  border-bottom: 3px solid #3a5bc9;
  padding-bottom: 13px;
  color: #3a5bc9;
}
.nav_main .more {
  float: right;
  margin-right: 10px;
  background-image: url(more.png);
  background-repeat: no-repeat;
  background-position: center;
  width: 35px;
  height: 47px;
  overflow: hidden;
}
.nav_main .more a {
  display: block;
  width: 100%;
  height: 100%;
}
.content {
  float: left;
  width: 100%;
  margin-top: 10px;
  overflow: hidden;
}
.content .content_item .item {
  width: 100%;
  overflow: hidden;
  height: 42px;
  line-height: 40px;
}
.content .content_item .item li {
  float: left;
}
.content .content_item .item .dian img {
  width: 20px;
  height: 20px;
}
.content .content_item .item .info {
  width: 430px;
  margin-left: 10px;
  font-size: 16px;
  color: #222222;
}
.content .content_item .item .timer {
  float: right;
  font-size: 16px;
  color: #999999;
}
/* 栏目标题内容 end */
/* 头部 start */
.header_main {
  width: 100%;
  height: 510px;
  background-image: url(index_h_bg.png);
  /* 头部横条 start */
  /* 头部横条 end */
  /* 头部栏目导航 start */
  /* 头部栏目导航 end */
}
.header_main .header_navbar_main {
  width: 100%;
  height: 40px;
}
.header_main .header_navbar_main .header_navbar {
  width: 1200px;
  height: 100%;
  line-height: 40px;
  margin: 0 auto;
  color: #fff;
}
.header_main .header_navbar_main .header_navbar a {
  color: #fff;
}
.header_main .header_navbar_main .header_navbar .left {
  float: left;
}
.header_main .header_navbar_main .header_navbar .right {
  float: right;
}
.header_main .header_navbar_main .header_navbar .right li {
  float: left;
}
.header_main .header_navbar_main .header_navbar .right .zwwx {
  text-align: center;
  width: 130px;
  position: relative;
}
.header_main .header_navbar_main .header_navbar .right .zwwx .u_l_ewm {
  display: none;
  position: absolute;
}
.header_main .header_navbar_main .header_navbar .right .zwwx:hover .u_l_ewm {
  display: block;
}
.header_main .header_navbar_main .header_navbar .right .c_rightlink3 {
  position: relative;
}
.header_main .header_navbar_main .header_navbar .right .c_rightlink3 .wangzhandaohang {
  visibility: hidden;
  height: 0px;
  /* min-height: 497px; */
  width: 669px;
  position: absolute;
  top: 40px;
  right: 0;
  z-index: 99;
  border: 2px solid #005c9b;
  background: #fff;
  padding: 26px 34px;
  box-sizing: border-box;
}
.header_main .header_navbar_main .header_navbar .right .c_rightlink3 .wangzhandaohang h3 {
  font-size: 16px;
  color: #1073b7;
  line-height: 2;
}
.header_main .header_navbar_main .header_navbar .right .c_rightlink3 .wangzhandaohang h3:nth-child(3),
.header_main .header_navbar_main .header_navbar .right .c_rightlink3 .wangzhandaohang h3:nth-child(5) {
  margin-top: 10px;
}
.header_main .header_navbar_main .header_navbar .right .c_rightlink3 .wangzhandaohang li {
  font-size: 14px;
  line-height: 24px;
  float: left;
  color: #666666;
  width: 33.3%;
}
.header_main .header_navbar_main .header_navbar .right .c_rightlink3 .wangzhandaohang li a {
  color: #666666;
  font-size: 14px;
}
.header_main .header_navbar_main .header_navbar .right .c_rightlink3 .wangzhandaohang li a:hover {
  color: #1073b7;
}
.header_main .header_tabbar_main {
  width: 100%;
  height: 86px;
  margin-top: 35px;
  overflow: hidden;
}
.header_main .header_tabbar_main .header_tabbar {
  width: 1200px;
  margin: 0 auto;
  height: 100%;
  line-height: 86px;
  overflow: hidden;
  border-top-right-radius: 43px;
  border-bottom-right-radius: 43px;
}
.header_main .header_tabbar_main .header_tabbar li {
  width: 200px;
  text-align: center;
  float: left;
  cursor: pointer;
  background-image: url(tabbar_bg.png);
}
.header_main .header_tabbar_main .header_tabbar li a {
  font-size: 22px;
  color: #ffffff;
}
.header_main .header_tabbar_main .header_tabbar li:hover a {
  padding-bottom: 15px;
  border-bottom: 3px solid #fff;
}
.header_main .header_tabbar_main .header_tabbar .index {
  width: 200px;
  text-align: center;
  float: left;
  cursor: pointer;
  background-image: url(tabbar_index.png);
  background-size: 100% 100%;
}
.header_main .header_tabbar_main .header_tabbar .index a {
  display: block;
  width: 200px;
  height: 88px;
}
.header_main .header_search_main {
  width: 100%;
  height: 299px;
  background-size: 100% 100%;
  overflow: hidden;
}
.header_main .header_search_main .header_search {
  width: 1200px;
  margin: 0 auto;
  text-align: center;
}
.header_main .header_search_main .header_search .logo {
  margin-top: 30px;
}
.header_main .header_search_main .header_search .searchBox {
  height: 60px;
  overflow: hidden;
  width: 700px;
  margin: 35px auto 0;
}
.header_main .header_search_main .header_search .searchBox img {
  float: right;
  margin-left: 25px;
}
.header_main .header_search_main .header_search .searchBox .search {
  box-sizing: border-box;
  background-color: #fff;
  float: left;
  height: 60px;
  border-radius: 30px;
  border: 2px solid #1b4bc7;
  width: 600px;
}
.header_main .header_search_main .header_search .searchBox .search button {
  cursor: pointer;
  margin-right: 16px;
  background: url(search_img.png) no-repeat right center;
  font-size: 14px;
  color: #999;
  box-sizing: border-box;
  padding-left: 19px;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: #fff;
  outline: 0;
  width: 100px;
  float: left;
  height: 56px;
  border: none;
  position: relative;
  z-index: 3;
  border-radius: 25px 0 0 25px;
}
.header_main .header_search_main .header_search .searchBox .search button span {
  display: block;
  height: 46px;
  line-height: 46px;
  text-align: left;
}
.header_main .header_search_main .header_search .searchBox .search button ul {
  display: none;
  margin-left: -13px;
  margin-top: -5px;
  background: #fff;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
}
.header_main .header_search_main .header_search .searchBox .search button ul li {
  height: 32px;
  line-height: 32px;
}
.header_main .header_search_main .header_search .searchBox .search button ul li:hover {
  height: 32px;
  background: #1b4bc7;
  color: #fff;
}
.header_main .header_search_main .header_search .searchBox .search input {
  float: left;
  height: 56px;
  border: none;
  width: 143px;
  outline: none;
}
.header_main .header_search_main .header_search .searchBox .search input::placeholder {
  font-size: 14px;
  color: #999;
}
.header_main .header_search_main .header_search .searchBox .search input[type='button'] {
  float: right;
  width: 110px;
  background-color: #1b4bc7;
  color: #fff;
  font-size: 20px;
  border-radius: 23px;
  height: 46px;
  margin-top: 5px;
  margin-right: 5px;
  cursor: pointer;
}
/* 头部 end */
/* 头条 start */
.tt_main {
  margin-top: 20px;
  width: 1050px;
  height: 35px;
  line-height: 35px;
  background-image: url(index_tt.png);
  background-position: 50px 3px;
  background-repeat: no-repeat;
  padding-left: 150px;
  overflow: hidden;
}
.tt_main a {
  font-size: 22px;
  color: #222;
  font-weight: bold;
  line-height: 35px;
  margin-left: 15px;
}
/* 头条 end */
/* 首页轮播 start */
.index_lb {
  position: relative;
  width: 1200px;
  height: 100px;
  margin-top: 35px;
  overflow: hidden;
}
.index_lb .fcon {
  float: left;
  width: 1200px;
  height: 100px;
}
.index_lb .fcon img {
  width: 100%;
  height: 100%;
}
/* 首页轮播 end */
/* 领导活动、国务院信息 start */
.ldhd_gwyxx_main {
  margin-top: 35px;
  height: 300px;
  overflow: hidden;
}
.ldhd_gwyxx_main .ldhd_main {
  position: relative;
  overflow: hidden;
}
.ldhd_gwyxx_main .ldhd_main .fcon {
  position: relative;
  width: 100%;
  float: left;
  display: none;
  width: 600px;
  height: 300px;
}
.ldhd_gwyxx_main .ldhd_main .fcon img {
  width: 100%;
  height: 100%;
}
.ldhd_gwyxx_main .ldhd_main .fcon .title {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  height: 60px;
  text-align: center;
  color: #fff;
  line-height: 40px;
}
.ldhd_gwyxx_main .ldhd_main .fbg {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  height: 10px;
  text-align: center;
  z-index: 2;
}
.ldhd_gwyxx_main .ldhd_main .fbg .D1fBt a {
  position: relative;
  width: 12px;
  height: 3px;
  margin: 0 4px;
  text-decoration: none;
  text-align: center;
  outline: 0;
  float: left;
  background: #fff;
}
.ldhd_gwyxx_main .ldhd_main .fbg .D1fBt .current {
  width: 24px;
}
/* 领导活动、国务院信息 end */
/* 政务公开 start*/
.zwgk_content {
  width: 100%;
  height: 580px;
  margin-top: 40px;
  background-image: url(index_zwgk_bg.png);
  overflow: hidden;
  padding: 40px 0 50px;
}
.zwgk_content .zwgk_title {
  width: 100%;
  height: 40px;
  overflow: hidden;
}
.zwgk_content .zwgk_title .china {
  float: left;
  color: #222222;
  font-size: 28px;
  font-weight: bold;
}
.zwgk_content .zwgk_title .line {
  float: left;
  width: 750px;
  height: 1px;
  margin-top: 19px;
  margin-left: 20px;
  background-color: #98afe2;
}
.zwgk_content .zwgk_title .english {
  float: right;
  color: #ced2d6;
  font-size: 28px;
}
.zwgk_content .zwgk_main {
  width: 100%;
  margin-top: 35px;
  padding: 40px 0;
  background-color: #ffffff;
  overflow: hidden;
}
.zwgk_content .zwgk_main .zcfg_xxgk_main {
  height: 330px;
  overflow: hidden;
}
.zwgk_content .zwgk_main .zcfg_xxgk_main .zcfg_main {
  float: left;
  width: 580px;
  margin-left: 20px;
  margin-right: 40px;
  overflow: hidden;
}
.zwgk_content .zwgk_main .zcfg_xxgk_main .zcfg_main .item {
  height: 47px;
  line-height: 42px;
}
.zwgk_content .zwgk_main .zcfg_xxgk_main .xxgk_main {
  float: right;
  width: 540px;
  margin-right: 20px;
  overflow: hidden;
}
.zwgk_content .zwgk_main .zcfg_xxgk_main .xxgk_main .xxgk_list li {
  float: left;
  width: 250px;
  height: 76px;
  margin-right: 40px;
  text-align: center;
  line-height: 76px;
  background-image: url(index_xxgk_item.png);
  margin-top: 15px;
}
.zwgk_content .zwgk_main .zcfg_xxgk_main .xxgk_main .xxgk_list li a {
  font-size: 18px;
  font-weight: bold;
  color: #222222;
}
.zwgk_content .zwgk_main .zcfg_xxgk_main .xxgk_main .xxgk_list li:nth-child(2n) {
  margin-right: 0px;
}
.zwgk_content .zwgk_main .ldzc_jgjj_main {
  margin-top: 35px;
  height: 42px;
  width: 100%;
  overflow: hidden;
}
.zwgk_content .zwgk_main .ldzc_jgjj_main li {
  position: relative;
  float: left;
  width: 160px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  border: 1px solid #bec2c6;
  border-radius: 5px;
  margin-left: 35px;
}
.zwgk_content .zwgk_main .ldzc_jgjj_main li span {
  display: block;
  position: absolute;
  right: 10px;
  top: 8px;
  width: 15px;
  height: 3px;
  background-color: #1b4bc7;
}
.zwgk_content .zwgk_main .ldzc_jgjj_main li a {
  color: #222222;
  font-size: 16px;
}
.zwgk_content .zwgk_main .ldzc_jgjj_main :first-child {
  margin-left: 28px;
}
/* 政务公开 start*/
/* 民意征集、水利访谈 start */
.myzj_slft_main {
  margin-top: 35px;
  height: 230px;
  width: 100%;
  overflow: hidden;
}
.myzj_slft_main .myzj_main .wyxx {
  float: right;
}
.myzj_slft_main .myzj_main .wyxx a {
  color: #222222;
  font-size: 24px;
}
.myzj_slft_main .myzj_main .item {
  height: 46px;
}
.myzj_slft_main .myzj_main .item .start {
  width: 75px;
  height: 24px;
  background-color: #e8e8e8;
  border-radius: 12px 0px 14px 12px;
  text-align: center;
  line-height: 24px;
  font-size: 14px;
  color: #999999;
  margin-top: 10px;
}
.myzj_slft_main .myzj_main .item .info {
  width: 410px;
}
.myzj_slft_main .slft_main .ft_info {
  margin-top: 20px;
}
.myzj_slft_main .slft_main .ft_info .img {
  float: left;
  overflow: hidden;
  width: 250px;
  height: 155px;
}
.myzj_slft_main .slft_main .ft_info .img img {
  width: 100%;
  height: 100%;
}
.myzj_slft_main .slft_main .ft_info .info_content {
  float: left;
  margin-left: 20px;
  width: 290px;
  height: 155px;
}
.myzj_slft_main .slft_main .ft_info .info_content li {
  color: #858585;
}
.myzj_slft_main .slft_main .ft_info .info_content li span {
  font-size: 16px;
  line-height: 26px;
  color: #222222;
  margin-right: 10px;
}
.myzj_slft_main .slft_main .ft_info .info_content .title {
  font-size: 18px;
  font-weight: bold;
  color: #222222;
  margin-bottom: 10px;
}
/* 民意征集、水利访谈 end */
/* 厅长信箱、网上信访、蒙速办 start */
.tzxx_msb_main {
  margin-top: 35px;
  height: 104px;
  width: 100%;
  overflow: hidden;
}
.tzxx_msb_main .tzxx_main li {
  float: left;
  height: 100px;
  width: 178px;
  margin-left: 30px;
  border: 1px solid #cae3ff;
  border-radius: 5px;
  line-height: 100px;
  text-align: center;
}
.tzxx_msb_main .tzxx_main li img {
  margin-right: 15px;
}
.tzxx_msb_main .tzxx_main li a {
  display: block;
  width: 100%;
  height: 100%;
  color: #222222;
  font-size: 18px;
  font-weight: bold;
}
.tzxx_msb_main .tzxx_main li:first-child {
  margin-left: 0;
}
.tzxx_msb_main .msb_main img {
  width: 560px;
  height: 104px;
}
/* 厅长信箱、网上信访、蒙速办 end */
/* 专题专栏 start */
.ztzl_main {
  margin-top: 35px;
}
.ztzl_main .ztzl_contetn {
  margin-top: 15px;
  height: 100px;
  width: 1200px;
  overflow: hidden;
  position: relative;
}
.ztzl_main .ztzl_contetn .arrow-left {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 48px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  background-color: #1b4bc7;
  border-radius: 5px;
  opacity: 0.7;
  z-index: 99;
  cursor: pointer;
  overflow: hidden;
}
.ztzl_main .ztzl_contetn .arrow-right {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 48px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  background-color: #1b4bc7;
  border-radius: 5px;
  opacity: 0.7;
  z-index: 99;
  cursor: pointer;
}
.ztzl_main .ztzl_contetn .swiper-container {
  width: 1150px;
  height: 100px;
  margin: 0 auto;
  overflow: hidden;
}
.ztzl_main .ztzl_contetn .swiper-container .swiper-slide {
  float: left;
  width: 360px !important;
  height: 100px !important;
  overflow: hidden;
  margin-right: 20px;
}
.ztzl_main .ztzl_contetn .swiper-container .swiper-slide img {
  width: 100%;
  height: 100px;
}
/* 专题专栏 end */